home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / share / 30 / _SETUP.1 / MiniMac.exe / 0 / RCDATA / TFRMREMINDER / TFRMREMINDER.txt < prev   
Text File  |  2001-03-20  |  2KB  |  79 lines

  1. object frmReminder: TfrmReminder
  2.   Left = 288
  3.   Top = 229
  4.   ActiveControl = btnClose
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'MiniMacro Reminder'
  7.   ClientHeight = 133
  8.   ClientWidth = 248
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = True
  16.   Position = poScreenCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 48
  22.     Top = 34
  23.     Width = 196
  24.     Height = 52
  25.     AutoSize = False
  26.     Caption = 
  27.       'To remind you that MiniMacro is in the record mode, the icon in ' +
  28.       'the right-hand corner of your screen will cycle while the macro ' +
  29.       'engine is recording.'
  30.     WordWrap = True
  31.   end
  32.   object RzBorder1: TRzBorder
  33.     Left = 22
  34.     Top = 89
  35.     Width = 209
  36.     Height = 7
  37.     BorderSides = [sdTop]
  38.   end
  39.   object Image1: TImage
  40.     Left = 5
  41.     Top = 8
  42.     Width = 36
  43.     Height = 35
  44.     Picture.Data = {<image000.ico>}
  45.   end
  46.   object Label2: TLabel
  47.     Left = 47
  48.     Top = 2
  49.     Width = 207
  50.     Height = 27
  51.     AutoSize = False
  52.     Caption = 'You have pressed the Go button to start recording.'
  53.     WordWrap = True
  54.   end
  55.   object cboxReminder: TCheckBox
  56.     Left = 8
  57.     Top = 104
  58.     Width = 177
  59.     Height = 17
  60.     Caption = 'Do not show this form again'
  61.     Font.Charset = DEFAULT_CHARSET
  62.     Font.Color = clRed
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ParentFont = False
  67.     TabOrder = 0
  68.   end
  69.   object btnClose: TButton
  70.     Left = 190
  71.     Top = 102
  72.     Width = 52
  73.     Height = 20
  74.     Caption = '&Close'
  75.     TabOrder = 1
  76.     OnClick = btnCloseClick
  77.   end
  78. end
  79.